'Declaration
Public Function GetBlockParagraphCount( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
public int GetBlockParagraphCount( string SegmentationResultID, int BlockIdx )
public function GetBlockParagraphCount( SegmentationResultID: String; BlockIdx: Integer ): Integer;
public function GetBlockParagraphCount( SegmentationResultID : String, BlockIdx : int ) : int;
public: int GetBlockParagraphCount( string* SegmentationResultID, int BlockIdx )
public: int GetBlockParagraphCount( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx